@charset "utf-8";


* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/30px 'Microsoft YaHei', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e9280c;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

img {
    border-style: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

.textflow{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 9;
}

.top {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #e6e6e6;
    height: 45px;
}

.wrapContent {
    width: 85%;
    margin: 0 auto;
}

.bowrap {
    width: 85%;
    margin: 0 auto;
    overflow: hidden
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

.w1 {
    width: 85%;
    margin: 0 auto;
    display: block;
}

.w2 {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

.page_bg {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 500px;
}

.container {
    width: 1400px;
    margin: 0 auto;
    display: block;
}


@media (max-width:1520px) {
    .wrap {
        width: 1200px;
        margin: 0 auto;
        overflow: visible;
    }

    .container {
        width: 1200px;
        margin: 0 auto;
        display: block;
    }

    .w1 {
        width: 1200px;
        margin: 0 auto;
        display: block;
    }

    .bowrap {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }


}


.top_logo {
    height: 110px;
    display: block;
    position: relative;
    padding-top: 20px;
}

.logo {
    display: block;
    overflow: hidden;
    width: 240px;
}





.navlist {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 650px;
}

.nav_out {
    width: 900px;
    display: block;
    margin: 0 auto;

}

.tem_head nav {
    width: 900px;
    position: absolute;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;

}

.tem_head nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tem_head nav ul li {
    position: relative;
    float: left;
    line-height: 60px;
    width: 15%
}


.tem_head nav a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;

}

.tem_head nav a:hover {
    color: #fff;
}

.tem_head nav a.navdown {
    color: #fff;

}

.tem_head nav a.navdown:hover {
    color: #fff;

}

.tem_head nav ul li dl {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    display: none;
    background: rgba(0, 0, 0, 0.8);

}

.tem_head nav ul li dl dd {

    padding: 10px 10px 20px;
    width: 150px;
    display: block;
    overflow: hidden;
}

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0 5px !important;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    height: 36px;
}

.tem_head nav ul li dl dd a:hover {
    line-height: 36px;
    color: #fff !important;
    border-bottom: none;
    height: 36px;
}

.tem_head nav ul li:hover>dl {
    display: block;
}

.tem_head nav ul li dl dt {
    float: right;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    width: 380px;
    height: 200px;
    font-size: 0;
}

.tem_head nav ul li dl dt img {
    width: 380px;
    height: 200px;
}

.tem_head nav ul li dl dd i {
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 100;
    width: 100%;
    color: #f3f4f5;
    font-size: 22px;
}

.tem_head nav ul li dl.tem_pronoaw {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd div {
    float: left;
    padding: 0 20px;
    min-width: 100px;
}

.tem_head nav ul li dl.tem_pronoaw dd div h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    font-weight: normal;
}

.tem_head nav ul li dl.tem_pronoaw dd div p a {
    margin: 0;
}



.right_reasch {
    text-align: right;
    float: right;
    font-size: 24px;
    color: #fff;
    margin-top: 20px
}

.right_reasch h3 {
    float: left;
    font-size: 20px;
    color: #333;
}

.right_reasch a {
    width: 60px;
    text-align: center;
    display: block;
    float: left;
    overflow: hidden
}

.right_reasch i {
    margin-right: 5px;
    font-size: 26px;
    line-height: 81px;
}

.right_reasch a:hover {
    color: #0461c2 !important
}

.right_reasch a i:hover {
    color: #0461c2 !important
}


.sb_search {
    float: left;
    position: relative;
    width: 34px;
    height: 31px;
    margin-left: 15px;
    cursor: pointer
}

.sb-icon-search {
    display: block;
    width: 34px;
    height: 31px;
    cursor: pointer;
    background: url(../images/sea_btna.png) no-repeat;
}

.sb_search_in {
    display: none;
    position: absolute;
    z-index: 9;
    width: 200px;
    height: 36px;
    right: -5px;
    top: 30px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

.sb-search-input {
    display: block;
    float: left;
    width: 158px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    background: #fff;
    z-index: 9;
    border: none
}

.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 20px;
    height: 20px;
    margin: 8px 5px;
    background-position: -49px 1px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background: url(../images/sea_btn2.png) no-repeat;
}


/* 关于我们  */
.index_about {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 50px 0;
    background: url(../images/ab_bg.jpg) top center no-repeat;
}

.about_img {
    width: 50%;
    display: block;
    overflow: hidden;
}

.about_img img {
    max-width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.about_img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ab_txt {
    width: 45%;
    padding: 2% 2.5%;
    display: block;
    overflow: hidden;
}

.ab_txt h5 {
    font-size: 20px;
    color: #1d1d1d;
    line-height: 40px;
    font-weight: normal;
}

.ab_txt h3 {
    font-size: 52px;
    color: #1d1d1d;
    line-height: 60px;
    margin: 15px 0 20px;
}

.ab_txt p {
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.ab_txt span {
    width: 160px;
    background: #d71b1c;
    border-radius: 30px;
    display: block;
    margin-top: 20px;
}

.ab_txt span a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 5px 0 5px 30px;
    background: url(../images/arrow_03.png) 120px no-repeat
}

.index_sj {
    overflow: hidden;
}

.index_sj ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.index_sj ul li {
    float: left;
    text-align: center;
    width: 24.5%;
    border-right: 1px solid #f7f7f7;
    padding: 45px 0;
}

.index_sj ul li i {
    margin: 0 auto;
    display: block;
    max-width: 90px;
    overflow: hidden;
    height: 84px;
}

.index_sj ul li h3 {
    font-size: 48px;
    color: #333;
    line-height: 56px;
}

.index_sj ul li p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}


/* 产品中心  */
.index_product {
    width: 100%;
    display: block;
    position: relative;
}

.index_product .dw {
    position: absolute;
    top: 60px;
    z-index: 99;
}

.power {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.power .tab-hd {
    zoom: 1;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 114px;
    text-align: center;
}

.power .tab-hd li {
    width: 13%;
    margin: 0 -5px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    height: 140px;
    position: relative;
    padding: 15px 0 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.power .tab-hd li:last-child {
    border-right: none;
}

.power .tab-hd li .pow_zhezhao {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 1
}

.power .tab-hd li .pow_zhezhao dl {
    position: relative;
    display: block;
}

.power .tab-hd li .pow_zhezhao dl dt {
    font-size: 18px;
    color: #fff;
    line-height: 114px;
    font-weight: normal;
}

.power .tab-hd li .pow_zhezhao dl dd {
    position: absolute;
    background: #d71b1c;
    padding: 30px 15px;
    text-align: left;
    bottom: 0;
    margin-bottom: -300%;
}

.power .tab-hd li .pow_zhezhao dl:hover dd {
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.power .tab-hd li .pow_zhezhao dl dd h3 {
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    font-weight: normal;
}

.power .tab-hd li .pow_zhezhao dl dd .p_fl {
    display: block;
    overflow: hidden;
    margin: 15px 0px 15px 10px;
}

.power .tab-hd li .pow_zhezhao dl dd .p_fl a {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.power .tab-hd li .pow_zhezhao dl dd span {
    margin-top: 40px;
    display: block;
}

.power .tab-hd li.active02 {
    background: #d71b1c;
    color: #fff;
    border: none;
}

.power .tab-hd li.active02 .pow_zhezhao {}

.power .tab-bd {
    width: 100%;
    display: block;
    overflow: hidden;
}

.power .tab-bd li {
    display: none;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.power .tab-bd li.thisclass {
    display: list-item;
}

.power .tab-bd li .pow_img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.power .tab-bd li .pow_img img {
    width: 100%;
    display: block;
}

.power .tab-bd li .pow_dw {
    position: absolute;
    width: 420px;
    height: 200px;
    top: 68%;
    left: 22%;
    z-index: 99;
}


.power_02 {
    width: 1200px;
    display: block;
    margin: 50px auto;
    overflow: hidden;
}


.pro_tit {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.pro_tit h3 {
    font-size: 36px;
    color: #fff;
    display: block;
    line-height: 50px;
}

.pro_tit p {
    font-size: 22px;
    color: #e6e6e6;
    line-height: 40px;
    text-transform: uppercase;
}


/* 案例展示  */
.index_case {
    padding: 50px 0;
    overflow: hidden;
}

.pro_tit02 {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.pro_tit02 h3 {
    font-size: 36px;
    color: #333;
    display: block;
    line-height: 50px;
}

.pro_tit02 p {
    font-size: 18px;
    color: #999;
    line-height: 40px;
    text-transform: uppercase;
}

.case_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.case_list .tab-hd01 {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.case_list .tab-hd01 li {
    display: inline-block;
    margin-right: 20px;
    padding: 8px 20px;
    line-height: 32px;
    font-size: 18px;
    color: #999999
}

.case_list .tab-hd01 li.active02 {
    background: #d71b1c;
    color: #fff;
}

.case_list .tab-bd01 {
    margin-top: 30px;
    display: block;
    overflow: hidden;
}

.case_list .tab-bd01 li {
    display: none;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.pro_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pro_list dl {
    width: 31%;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 30px;
    background: #f8f8f8;

}

.pro_list dl:nth-child(3n) {
    margin-right: 0;
}

.pro_list dl dt {

    display: block;
    overflow: hidden;


}


.pro_list dl:hover dt .zhezhao {
    z-index: 8;
    margin-top: 0px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.pro_list dl dt .c_img {
    max-width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.pro_list dl dt .c_img img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

.pro_list dl dd {
    display: block;
    height: 60px;
    overflow: hidden;
}

.pro_list dl dd p {
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    padding-left: 15px;
    background: url(../images/a01.png) 95% no-repeat;

}

.pro_list dl:hover dd p {
    color: #d71b1c;
    background: url(../images/a02.png) 95% no-repeat;
}

.pro_list dl:nth-child(3n) {
    margin-right: 0 !important;
}


.pro_list dl:hover dt {
    border: none;
}

.pro_list dl:hover dt .c_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

/* 荣誉资质  */
.index_honors {
    width: 100%;
    padding: 50px 0;
    background: #fafafa;
    display: block;
    overflow: hidden;
}

.honor_list {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.p01_lb {
    width: 92%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.p01_lb .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

.p01_lb .swiper-slide .zz_img {
    margin: 10px;
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 10px #ccc;
}

.p01_lb .swiper-slide .zz_img img {
    max-width: 100%;
    display: block
}

.p01_lb .swiper-button-prev {
    width: 26px;
    height: 42px;
    background: url(../images/ico_fl.jpg) no-repeat
}

.p01_lb .swiper-button-next {
    width: 26px;
    height: 42px;
    background: url(../images/ico_fr.jpg) no-repeat
}

/*五大优势  */
.index_ys {
    width: 100%;
    padding: 80px 0;
    background: url(../images/ys_bg.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    display: block;
    overflow: hidden;
}

.ys_content {
    padding: 40px 0;
}

.ys_list {
    width: 100%;
    display: block;
    position: relative;
}

.ys_list .tab-bd02 {
    width: 100%;
    display: block;
    background: #fff;
}

.ys_list .tab-bd02 li {
    width: 100%;
    display: block;
}

.ys_list .tab-bd02 li .ys_con {
    width: 100%;
    display: block;
    min-height: 617px;
}

.ys_list .tab-bd02 li .ys_con dt {
    width: 960px;
    height: 617px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
}

.ys_con dd {
    width: 500px;
    float: left;
    padding: 135px 0 0 55px;
}

.ys_con dd h5 {
    height: 90px;
    border-bottom: #d6d6d6 2px solid;
    width: 500px;
    display: inline-block;
    font-size: 30px;
    color: #333;
}

.ys_con dd em {
    width: 46px;
    height: 46px;
    display: block;
    float: left;
    line-height: 0;
    margin-right: 20px;
}

.ys_con dd em i {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    display: block;
}

.ys_con dd em .b01 {
    background: url(../images/ico.png) 0 0 no-repeat;
}

.ys_con dd em .b02 {
    background: url(../images/ico.png) 0 -60px no-repeat;
}

.ys_con dd em .b03 {
    background: url(../images/ico.png) 0 -120px no-repeat;
}

.ys_con dd em .b04 {
    background: url(../images/ico.png) 0 -180px no-repeat;
}

.ys_con dd em .b05 {
    background: url(../images/ico.png) 0 -240px no-repeat;
}

.ys_con dd h4 {
    font-size: 24px;
    color: #333;
    line-height: 40px;
    margin-top: 20px;
}

.ys_con dd span {
    display: block;
    float: left;
    line-height: 32px;
}

.ys_con dd i {
    display: block;
    font-size: 16px;

    text-transform: uppercase;
}

.ys_con dd b {
    width: 60px;
    height: 50px;
    display: block;
    float: right;
    line-height: 0;
}

.ys_con dd b img {
    width: 60px;
    height: 50px;
}

.ys_con dd p {
    font-size: 16px;
    color: #333;
    padding: 20px 0 0;
    line-height: 30px;
}

.ys_con dt img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.ys_list .tab-hd02 {
    width: 70%;
    position: absolute;
    bottom: 30px;
    left: 20%;
    display: block;
    box-shadow: 1px 1px 5px #999;
    background: #fff;
    z-index: 5
}

.ys_list .tab-hd02 li {
    width: 20%;
    float: left;
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 20px 0;
    background: url(../images/lit_03.jpg) right no-repeat;
}

.ys_list .tab-hd02 li:last-child {
    background: none;
}

.ys_list .tab-hd02 li i {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
}

.ys_list .tab-hd02 li .c01 {
    background: url(../images/ico.png) 0 0;
    background-size: 200%;
}

.ys_list .tab-hd02 li .c02 {
    background: url(../images/ico.png) 0 -40px;
    background-size: 200%;
}

.ys_list .tab-hd02 li .c03 {
    background: url(../images/ico.png) 0 -80px;
    background-size: 200%;
}

.ys_list .tab-hd02 li .c04 {
    background: url(../images/ico.png) 0 -120px;
    background-size: 200%;
}

.ys_list .tab-hd02 li .c05 {
    background: url(../images/ico.png) 0 -160px;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02 .c01 {
    background: url(../images/ico.png) -40px 0;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02 .c02 {
    background: url(../images/ico.png) -40px -40px;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02 .c03 {
    background: url(../images/ico.png) -40px -80px;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02 .c04 {
    background: url(../images/ico.png) -40px -120px;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02 .c05 {
    background: url(../images/ico.png) -40px -160px;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02.active02 {
    background: #d71b1c;
}

.ys_list .tab-hd02 li.active02 h3 {
    color: #fff;
}

.ys_list .tab-hd02 li h3 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
    margin-top: 10px;
}

.ys_list .tab-hd02 li h3 span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.ys_lx {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 60px;
}

.ys_lx h3 {
    float: left;
    background: url(../images/bg02.png) left no-repeat;
    font-size: 30px;
    color: #182154;
    padding: 10px 45px 10px 15px;
    line-height: 50px;
    margin-right: 20px;
}

.ys_lx h4 {
    font-size: 30px;
    color: #fff;
    line-height: 60px;
}

.ys_lx .yx_lx02 {}

.ys_lx .yx_lx02 h5 {
    padding-left: 50px;
    background: url(../images/tel.png) left no-repeat;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}

.ys_lx .yx_lx02 span {
    width: 160px;
    background: #fff;
    border-radius: 15px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.ys_lx .yx_lx02 span a {
    display: block;
    font-size: 18px;
    color: #d71b1c;
    padding: 10px 0;
}


/* 服务流程  */
.index_lc {
    padding: 60px 0;
    overflow: hidden;
}

.lc_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.lc_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.lc_list ul li {
    width: 18%;
    margin-right: 2%;
    display: block;
    overflow: hidden;
    float: left;
}

.lc_list ul li:last-child {
    float: right;
}

.lc_list ul li .d01 {
    background: url(../images/line.png) 55px no-repeat;
}

.lc_list ul li .d01 i {}

.lc_list ul li h3 {
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    margin: 15px 0;
}

.lc_list ul li h3 i {
    font-size: 36px;
    margin-right: 12px;
    border-bottom: 1px solid #ccc;
}

.lc_list ul li p {
    font-size: 18px;
    color: #666;
    line-height: 40px;
}

/* 新闻资讯  */
.index_news {
    padding: 30px 0;
    overflow: hidden;
}

.news_list {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 30px auto 0;
}

.news_list .tab-hd03 {
    list-style: none;
    text-align: center;
    margin: 12px 0;
}

.news_list .tab-hd03 li {
    color: #898989;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    display: inline-block;
    border-right: 2px solid #333;
    padding: 0 20px;
}

.news_list .tab-hd03 li.active02 {
    color: #d71b1c;
}

.news_list .tab-bd03 {
    width: 100%;
    margin-top: 30px;
}

.news_list .tab-bd03 li {
    display: none;
    width: 98%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.news_list .tab-bd03 li.thisclass {
    display: list-item;
}

.news_list .tab-bd03 li.thisclass {
    display: block;
    overflow: hidden;
}

.news_list .tab-bd03 li .news_lb {
    margin-top: 30px;
}

.news_lb dl {
    width: 23.5%;
    display: block;
    overflow: hidden;
    margin-right: 2%;
    background: #f5f5f5;
    float: left;
}

.news_lb dl:nth-child(4) {
    margin-right: 0
}

.news_lb dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_lb dl dt img {
    width: 100%;
    display: block;
}

.news_lb dl dd {
    padding: 22px 20px 10px;
    border: 1px solid #ececec;
}

.news_lb dl dd h3 {
    font-size: 18px;
    color: #5a5a5a;
    font-weight: normal;
}

.news_lb dl dd .news_more {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-top: 12px;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.news_lb dl dd span {
    font-size: 14px;
    color: #a1a1a1;
}

.news_lb dl dd .news_more span {
    font-size: 14px;
    color: #373737;
    line-height: 24px;
    text-transform: uppercase;
}

.news_lb dl dd .news_more .n_img {
    width: 25px;
    height: 13px;
    background: url(../images/ar01.png) no-repeat;
}

.news_lb dl:hover dd h3 {
    color: #d71b1c;
}

.news_lb dl:hover dd .news_more span {
    color: #d71b1c;
}

.news_lb dl:hover dd .news_more .n_img {
    background: url(../images/ar02.png) no-repeat;
}



/* 友情链接  */
.link {
    width: 100%;
    display: block;
    overflow: hidden;
}

.link ul {
    list-style: none;
    overflow: hidden;
}

.link ul li {
    float: left;
    line-height: 45px;
}

.link ul li a {
    float: left;
    padding: 0 12px;
    display: block;
    font-size: 14px;
    color: #999;
}

.subsite {
    width: 100%;
    display: block;
    background: #f7f7f7;
    overflow: hidden;
    height: 45px;
}

.subsite ul {
    list-style: none;
    overflow: hidden;
}

.subsite ul li {
    float: left;
    line-height: 45px;
}

.subsite ul li a {
    float: left;
    padding: 0 10px;
    display: block;
    font-size: 16px;
    color: #666;
}

/*  底部 */
.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #131a35;
}

.db_lx {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: block;
    overflow: hidden;
}

.db_lx ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.db_lx ul li {
    float: left;
    display: block;
    padding: 1%;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    min-width: 30%;
    text-align: center;
}

.db_lx ul li:nth-child(3) {
    border-right: none;
}

.db_lx ul li i {
    margin-right: 15px;
    display: inline-table;
}

.db_lx ul li h3 {
    font-size: 16px;
    color: #fff;
    line-height: 65px;
    display: inline-table;
    vertical-align: top;
}

.db_con {
    padding: 40px 0 30px;
    overflow: hidden;
}

.db_con .db_logo {
    width: 36%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.db_con .db_logo img {
    max-width: 100%;
    display: block;
}

.db_con .db_logo h3 {
    margin-top: 30px;
    font-size: 26px;
    color: #fff;
    line-height: 42px;
    font-weight: normal;
}

.db_ewm {
    width: 30%;
    display: block;
    overflow: hidden;
}

.db_ewm ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.db_ewm ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    display: block;
}

.db_ewm ul li:nth-child(2) {
    margin-right: 0;
}

.db_ewm ul li img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.db_ewm ul li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.copyright {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #0f1429;
    height: 60px;
    text-align: center;
}

.copyright p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 60px;
}

.copyright p a{
    color: rgba(255, 255, 255, 0.6);
}


@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



/*  搜索   */
.hots_bg {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e1dfdf;
    margin: 0 auto;
    background: #f9f9f9;
}



.hotword {
    float: left;
}

.hotword li {
    float: left;
    color: #333;
    font: bold 14px/60px "Microsoft YaHei";
}

.hotword li a {
    display: block;
    color: #525252;
    font: normal 14px/60px "Microsoft YaHei";
    float: left;
    margin-left: 10px;
}

.hotword li a:hover {
    display: block;
    color: #ec651b;
    font: normal 14px/60px "Microsoft YaHei";
    float: left;
    margin-left: 10px;
    text-decoration: underline;
}

.head_search {
    width: 252px;
    float: right;
    margin-top: 10px;
    background: #edf0f5;
    border-radius: 15px;
}

.boxs {
    height: 40px;
    width: 250px;
    line-height: 30px;
    font-size: 12px;

}

.texts {
    width: 200px;
    height: 100%;
    float: left;
    padding-left: 10px;
    font-family: "Microsoft YaHei";
    background: #edf0f5;
}

.btnSubmits {
    width: 40px;
    height: 40px;

    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    background: url(../images/sea_btn.png) 8px no-repeat;
}

.InmianTit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    margin-top: 30px;
}

.InmianTit span {
    padding: 23px 15px;
    line-height: 27px;
    display: inline-block;
    color: #2060a5;
    font-size: 30px;
    border-bottom: 1px solid #2060a5;
    border-top: 1px solid #2060a5;
}

.InmianTit span img {
    vertical-align: -4px;
    padding-left: 10px;
    display: none;
}

.nav_box {
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
    z-index: 900;
}

.nav_box li {
    color: #333333;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid #aaaaaa;
    background: #fff;
}

.nav_box li a {
    font-size: 16px;
    padding: 8px 25px;
    display: block;
}

.nav_box li:hover a {
    color: #fff;
}

.nav_box li:hover,
.nav_box li .on1 {
    background: #da251c;
    color: #fff;
}




/*banner*/
#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    width: 100%;
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 10px !important;
}

/*banner*/

.flash {

    width: 100%;

    height: 500px;

    margin: 0 auto;

    overflow: hidden;

    _zoom: 1;

    position: relative;

    *zoom: 1;

}

.flash1 {

    width: 1000px;

    height: 500px;

    margin: 0 auto;

    position: relative;

}

.flash2 {

    width: 1920px;

    height: 500px;

    position: absolute;

    left: -460px;

}

.flexslider {

    margin: 0 auto;

    position: relative;

    width: 1920px;

    height: 500px;

    overflow: hidden;

    zoom: 1;

}

.flex-viewport {

    max-height: 2000px;

    -webkit-transition: all 1s ease;

    -moz-transition: all 1s ease;

    transition: all 1s ease;



}

.flexslider .slides {

    zoom: 1;

}

.flex-direction-nav a {

    width: 60px;

    height: 90px;

    line-height: 99em;

    overflow: hidden;

    margin: -60px 0 0;

    display: block;

    background: url(../images/ad_ctr.png) no-repeat;

    position: absolute;

    top: 50%;

    z-index: 10;

    cursor: pointer;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all .3s ease;

}

.flex-direction-nav .flex-next {

    background-position: 0 -90px;

    right: 0;

}

.flex-direction-nav .flex-prev {

    left: 0;

}

.flexslider:hover .flex-next {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-prev {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-next:hover,

.flexslider:hover .flex-prev:hover {

    opacity: 1;

    filter: alpha(opacity=50);

}

.flex-control-nav {

    width: 100%;

    position: absolute;

    bottom: 3px;

    text-align: center;

}

.flex-control-nav li {

    margin: 0 5px;

    display: inline-block;

    zoom: 1;

    *display: inline;

}

.flex-control-paging li a {

    background: url(../images/dot.png) no-repeat 0 -16px;

    display: block;

    height: 16px;

    overflow: hidden;

    text-indent: -99em;

    width: 16px;

    cursor: pointer;



}

.flex-control-paging li a.flex-active {

    background-position: 0 0;

}



/*左侧分栏*/

.con_section {

    position: relative;

    padding: 20px 20px 50px;
    background: #fff;
    overflow: hidden;

}

lside {
    display: block;
    position: relative;

    float: left;

    width: 222px;

}

lside section h2 {
    background: url(../images/p_tit.png) 15px no-repeat #004b98;
    height: 105px;
    font-size: 30px;
    line-height: 105px;
    color: #fff;
    padding-left: 65px;
}

lside .lside_list {
    border: 1px solid #dfdfdf;

    display: block;

    overflow: hidden;

    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {

    padding-left: 34px;

    font-size: 16px;

    color: #666;

    background: url(../images/side_ico.png) 180px no-repeat;

    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #2d98e6;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #2d98e6;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;

}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover,
    {
    background: #efefef;
}

lside .lside_list dl dd .on2 {
    background: #004b98;
    color: #fff;
}

.side_lx,
.side_news {
    width: 222px;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3,
.side_news h3 {
    text-align: center;
    width: 100%;
    line-height: 83px;
    font-size: 24px;
    color: #fff;
    background: #004b98;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 18px;
    color: #585858;
    line-height: 30px;
}

.side_lx p i {
    font-style: normal;
    font-size: 28px;
    color: #ca1212;
    line-height: 45px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}


/*右侧内容*/

article {

    width: 930px;

    float: right;

    padding: 0 10px;

}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: '宋体';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}



/*新闻列表*/
/*新闻列表*/
/*新闻列表*/

.module_list_article {
    padding: 10px;
    overflow: hidden;
}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    /* clear: both; */
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    min-height: 169px;
}

.module_list_article dl:nth-child(2n) {
    margin-right: 0
}

.module_list_article dl dt {
    width: 37%;
    float: left;
    max-height: 168px;
    overflow: hidden;
}

.module_list_article dl dt img {
    width: 100%;
}

.module_list_article dl dd {
    float: right;
    width: 60%;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    font-size: 16px;
}

.module_list_article dl dd p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #666;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    margin-top: 20px;
    text-align: center;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 30px 10px;
    font-size: 16px;
}

.article_editor {
    padding: 30px 10px;
    font-size: 16px;
}

.article_content .article_editor p {
    font-size: 14px;
    line-height: 32px;
}

.article_editor img{
    max-width:100%
}

/*图片列表*/

.module_list_img {
    padding: 10px;
    margin-top: 30px;

}

.module_list_img li {
    width: 32%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0 !important;
}

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
}

.module_list_img li .img-size {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    height: 300px;
}

.module_list_img li h3 {
    font-weight: normal;
    background: #787979;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.module_list_img li:hover h3 {
    background: #004b98;
}


/*图片详情*/

.product-info {
    padding: 10px;
    display: block;
    overflow: hidden;
}

.product-img {
    width: 500px;
    float: left;
    border-right: 1px solid #eee;
}

.product-img img {
    width: 100%;
}

.product-arr {
    /* float: right; */
    width: 100%;
}

.product-arr h3 {
    font-size: 20px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
}

.product-arr p {
    line-height: 28px;
    font-size: 14px;
    padding: 20px 10px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}



/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}



/*分页*/

.page-list {

    clear: both;

    margin: 20px 0px 0px 0px;

    text-align: center;

}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {

    display: inline-block;

    font-family: Arial;

    font-size: 13px;

    padding: 7px 11px;

    margin-left: 6px;

    background-color: #fff;

    border: 1px solid #e6e6e6;

    border-radius: 4px;

}

.page-item.active .page-link {

    z-index: 1;

    color: #fff;

    background-color: #007bff;

    border-color: #007bff;

}

.page-item.disabled .page-link {

    color: #6c757d;

    pointer-events: none;

    cursor: auto;

    background-color: #fff;

    border-color: #dee2e6;

}

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #004b97;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #1d86c5;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #004b97;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #004b97;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #004b97;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}


.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left
}

.case_list02 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 250px;

}

.case_list02 ul li .c_img img {
    max-width: 100%;
    max-height: 100%;
}

.case_list02 ul li p {
    padding: 0 10px;
    background: #ededed;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.case_list02 ul li:hover p {
    background: #d71b1c;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

.img_img {
    display: block;
    overflow: hidden;
    max-width: 100%;
}

.img_img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}